{cal3 exm2} review pkt


View on GitHub | Download Local

Click to view slide text

Arika Khor Math 2934 In Class activity This Exam will be on March 13th at the beginning of class time, 10:30 am until 11:45 am. You are allowed a non-graphing calculator without CAS (computer algebra system). You are also allowed both sides of a standard sized printer paper (like all the worksheets) as an equation sheet. This sheet must be handwritten (with pen or pencil). It cannot be typeset or have printed equations. Your equation sheet will be turned in with the exam, so it must have your name in the top left corner.

1) Plot the following regions using gradients (you are expected to be able to plot all these (minus perhaps (b)) by hand); What is the boundary ∂R? Are they open? Are they closed? Are they bounded? (a) x2 + y 2 < 2 (Disk) (b) x2 − y 2 + 1 < 2 (c) 2x + y ≤ 2 (Half plane) (d) x − 2y ≤ 2 (Another half plane • Bounded? If ≤ or ≥ bounded, else if < or > then bounded. • Open? • Closed? Boundary included? • Neither? Some included and some are missing frm the func 2) Write the following regions as inequalities or intersection of inequalities: (a) The disk of radius 3 centered on (1, 1) (x − 1)2 + (y − 1)2 ≤ 9 (b) the region [0, 1] × [1, 3] Simply integral bounds: 0 ≤ x ≤ 1 and 1 ≤ y ≤ 3 (c) The region below (in 2D, down is the negative y direction) the line x − 2y = 1 (d) The triangle with vertices (−1, −1), (1, 0), and (0, 1) Rewrite to obtain 3 lines for each pt: x≤1 y≥0 y ≤ −x + 1 Then take 3) For each of the following regions: Plot R, find points of intersection, x-min, y-min, x-max, y-max, a generic fixed x slice, and a generic fixed y slice: (a) R1 is the region between x + 2y = 1 and y 2 + 2y = x Find y-int √ y 2 + 2y = 1 − 2y y = −2 ± 5 Can then find x-int by

Andf ortheothercase(

  • √12 ) is 12 − √12 Hence results for POI are

1 1 1 1 1 1 ( + √ , √ ) and ( − √ , √ ) 2 2 2 2 2 2 Extrema, look at pts + take derative of either EQ x(y) = y 2 + 2y

x0 (y) = 2y + 2

x0 (y) = 0, y = −1

Thus xMin at -1, and the rest correspond 2 graph To find x-slice, consider when x ≤ x-int cords (in this case there are 2 times this happens) √ • Case 1: x ≤ 5 − 2 5 Then take y 2 + 2y = x √ • Case 2: x ≥ 5 − 2 5 y 2 + 2y = x

(b) R4 is the triangle with vertices (−2, 1), (1, 0), and (1, 3) R Find bounds for generalized double ’s. Steps for general regions: • POI: Set sys of EQ: set both EQ = to e/o (aft putting in terms of 1 var) • Take solution frm sys of EQ, plug into both EQ → solution points. • Look at given points and decide what is min/max for each val Steps for triangular regions: • min/max use pts given • make 3 lines • y/x slice use points given the 3 lines: • 4) Let f (x, y) = 2x + 3xy 2 approximate the change in f when f = 10, y = 2, ∆x = .5, and ∆y = .2. Asking us to find total differential: df = fx ∆x + fy ∆y Need to find x, 10 = 2x + 3xy 2 then x = 57 Then finding partials: fx = 2 + 3y 2 fy = 6xy 5 Eval partials at ( 7 , 2), for x: 14, y: 12 (partials) Plugging into formula we then get: df = (14)(.5) + (12)(.2) = 10.36 5) Let f (x, y) = 2x2 + y 2 and let g(x, y) = direction of tangent plane formula:

1 x2 + y 2 + 1

z = f (x0 , y0 ) + fx (x0 , y0 ) + …

. Let P1 = (1, 2) and P2 = (0, 0). We use

z = g(1, 2) + gx (1, 2) + gy (1, 2)

(per x,y,z) where fx = partial of f at those pts • Find partials • Find g(1,2) • Plug into EQ: x + 2y + 18z = 8 (a) What is the equation of the tangent plane of g at P1 6) What is the directional derivative of f (x, y) = 3x2 + 2xy 2 at P = (1, 1) in the direction of v̂ =< 1, −1 > directional derivative formula: ~v ∇f (1, 1) · ||~v || √ −1 Mag of ~v = 2 then js put that on bottom to get: √12 , √ 2 7) Find all the local maxima/minima/saddlepoints of the functions: Conditions of higher dimension relative extrema: D = D(a, b) = fxx (a, b)fyy (a, b) − [fxy (a, b]2 Where a,b are ∇f =< 0, 0 >, where a = solution to î and b is to (as xy pairs) • D > 0? – fxx (a, b) > 0? rel min at (a, b)

– fxx (a, b) < 0? rel max at (a, b) • D < 0 Saddle Point • D = 0 Cry :( So for each problem we simply find each of the required inputs for the formula. (a) f1 (x, y) = x2 + y − xy • fxx = 2 fxy = −1 fyy = 0 fxy = −1 • Then our a,b is < 2 − y, 1 − x >=< 0, 0 > or (1, 2) • Then simply plug into EQ 8) Let f (x, y) = p 2 1 2 ; optimize f on 2x2 + y 2 = 1. x +y +1

We find the gradient of both equations, solve for the systems of equations with λ, then plug into the constraints to obtain the min and max. • ∇f (P ) =< − 2 x2 3 , − 2 y2 3 > (x +y +1) 2

(x +y +1) 2

• ∇g(P ) =< 4x, 2y > • Setting up SoE: −

x 3

(x2 + y 2 + 1) 2

= λ4x

y 3

(x2 + y 2 + 1) 2

= λ2y

Solving for one case we have: x y = , 4x 2y

x = 0, y = 0

For the first sub-case we have: y 2 = 1, y = ±1 Hence we have 2 solutions so far: (0, 1), (0, −1) Moving onto the next set 2x2 = 1, x = ± 12 Then we have the following solutions: 1 1 ( √ , 0), (− , 0) 2 2 We then compute each point (0, 1), (0, −1), ( √12 , 0), (− 12 , 0) at ∇f : 1 1 −(0, 1), (0, −1) → (0, √ ), λ = √ 2 2 4 2 9) Evaluate the following integrals: (a)

17 2 ) Same deal: R x y + xy + 1dA; R = [0, 1] × [0, 1] (the answer is

RR

12

Z 1Z 1 0

x2 y + xy + 1dxdy

0

Finding inner integral by splitting then integrating each term: Z 1 0

x2 y + xy + 1dx = x +

yx2 yx3 1 y y + ]0 = 1 + + 2 3 2 3

Solve for outside using same method as first time: Z 1 0

(b)

1+

y y y2 y2 1 17

  • dy = y +
  • ]0 = 1 + 1/4 + 1/6 = 2 3 4 6 12

80

  • y 2 + 1dA; R is the region between y = 1 − x2 and y = x2 − 1. (the answer is ) We 21 are tasked with finding a double integral bounded by two general regions. We first need to find out bounds for the integral by setting the regions equal to each other: RR

Rx

2

1 − x2 = x2 − 1

x = ±1

Notice how we have now have 2 possible answers, however this doesn’t matter given both input regions are to the power of some even term (actually what if it did then what). We can take a vertical slice to obtain (-1,1) for our bounds and solve like normal now: Z 1 Z 1−x2 −1

x2 −1

x2 + y 2 + 1dydx

We solve the inside by splitting each term and cancelling the 2x2 : Z 1−x2 x2 −1

x2 + y 2 + 1dy =

Z 1−x2 x2 −1

y + x2 y +

y3 −2x6 + 6x4 − 6x2 + 2 = −2x4 + +2 3 3

Then taking the outside integral term by term: −2x6 + 6x4 − 6x2 + 2 2x7 2 3 8 1 4 64 80 −2x + +2=− − x + x]−1 = − + +4= 3 21 3 3 5 105 21 −1

Z 1

4

  1. Let f (x, y) = 2x2 + xy. Integrate f over some different region: Use f (x, y) for inside. Outside: Use diff regions outside for each Z 1 Z 5+2x 3

−1

For some R = [a, b] × [c, d]

−x

11) Plot the following regions: First interval: Radius (dst frm origion, start at -1 go to 1) Second interval: Direction frm origion (How much of the circle spans) Tldr use unit circle, first pt = x-axis, second pt= whatever π in unit circle.

(a) (r, θ) ∈ [0, 2] × [0, π/3] Origin pt @ 0 x=2 for second part [0, π/3], 0 starts at y=0, extends up to π/3

(b) (r, θ) ∈ [1, 2] × [0, 2π/3] Same deal

(c) (r, θ) ∈ [−1, 1] × [0, π] a

  1. Evaluate the following integrals: RR (a) R x2 + y 2 + x dA, where R is the unit circle centered on the origin • Convert to polar: x = rcosθ Knowing that x2 + y 2 = r2

y = rsinθ

x = rcosθ, so we have:

Z 2π Z 1 0

dA = rdrdθ

(r2 + rcosθ)rdrdθ

0

First solution: 14 + 13 cosθ then solve for second RR (b) R x2 − y 2 dA, where R is the annulus (this is a good word to know) with inner radius 1 and outer radius 2 • In this case simply convert for inside to polar: R

R

x2 − y 2 = r2 (cos2 θ − sin2 θ) 13) Show that the function f (x, y) = |xy| is not differentiable. This is the Euclidean norm. To prove, check the partials of both x,y and eval both partials at (0, 0). Take the limit of each partial, where lim(x,0)→(0,0) ∂x. In this case, taking lim results in x limx→0 |x| So its not differentiable. 14) Miscellaneous Knowledge: (a) I recommend reviewing your trig integrals as they often show up in polar integration Expression Substitution Identity √ 2 2 a −x x = a sin θ 1 − sin2 θ = cos2 θ √ a2 + x 2 x = a tan θ 1 + tan2 θ = sec2 θ √ x 2 − a2 x = a sec θ sec2 θ − 1 = tan2 θ (b) I recommend working out the basic properties (partial derivatives, maxes/mins,…) of f (x, y) = 2 2 e−x −y (the 2D Gaussian distribution without its normalizing factor) Find both partials, set both equal to 0. To find critical pts, find second-order partials (see q7). In this case global and rel are the same (c) max: (0, 0) (d) No min, but limx,y→∞ f (x, y) = 0

1 (e) I recommend working out the basic properties of f (x, y) = − √ 2 ( the potential function x + y2 of 2/4 of the fundamental forces ) No rel extrema Tends towards −∞ near origin, approaches 0 as (x,y) → ∞ √ (f) I recommend working out the basic properties of f (x, y) = x2 + y 2 (the distance function) • Rel min at (0, 0) with f (0, 0) = 0 • Increase as (x, y) → ∞ • Global max = (0, 0) no rel max, no upper bound Rel min at (0, 0) with f (0, 0) = 0 Increase as (x, y) → ∞, no rel max

(g) Polar Cords rep x = rcosθ

y = rsinθ

Where r=

q

x2 + y 2

θ = tan−1

y x

(h) Steps for polar integration: